Documentation Index
Fetch the complete documentation index at: https://superdoc-dependabot-npm_and_yarn-npm_and_yarn-e04d5d616f.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Base URL
All API requests should be made to:Authentication
All endpoints require authentication using Bearer tokens. Include your API key in theAuthorization header:
Get your API key
Sign up for a free account to get your API key
Available Endpoints
Our API provides the following endpoints:Convert to PDF
Convert DOCX files to PDF format
Public Convert
Rate-limited public conversion endpoint
Health Check
Check API service health and status
API Info
Get API information and available endpoints
Request Format
Headers
| Header | Required | Description |
|---|---|---|
Authorization | Yes* | Bearer token with your API key |
Content-Type | Varies | multipart/form-data for file uploads |
File Uploads
For endpoints that accept files, usemultipart/form-data:
Response Format
Success Response
Successful file conversions return the converted file directly:Error Response
Errors return JSON with consistent structure:Rate Limiting
API requests are rate-limited based on your plan:| Plan | Requests/Hour | Requests/Day |
|---|---|---|
| Free | 100 | 1,000 |
| Pro | 1,000 | 10,000 |
| Enterprise | Unlimited | Unlimited |
File Size Limits
- Authenticated endpoints: 25MB maximum
- Public endpoints: 5MB maximum
Need to convert larger files? Contact us at api@superdoc.dev for enterprise
options.
SDK Support
Official SDKs are available for:JavaScript/Node.js
npm install @superdoc/api
Python
pip install superdoc
More coming soon
PHP, Ruby, Go, and more

